home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / cron.monthly / scrollkeeper < prev    next >
Encoding:
Text File  |  2006-05-29  |  106 b   |  9 lines

  1. #! /bin/sh
  2.  
  3. [ -x /usr/bin/scrollkeeper-rebuilddb ] || exit 0
  4.  
  5. umask 022
  6. scrollkeeper-rebuilddb -q
  7.  
  8. exit 0
  9.